home *** CD-ROM | disk | FTP | other *** search
/ Mac Soft GPX 3 / MAC-SOFT-GPX-3-1995-CD2.ISO.7z / MAC-SOFT-GPX-3-1995-CD2.ISO / ÉAÉ_ÉãÉg / ÇflÇ¥Çπ! AVäƒì¬ / Program / DAY51 / 00091_Script_91 < prev    next >
Text File  |  1995-11-20  |  204b  |  8 lines

  1. if soundBusy(1) = 0 then sound playFile 1,"::Sound:office"
  2. if the shiftDown = TRUE then
  3.     go to frame "shift"
  4. else
  5.     if the optionDown = TRUE then
  6.         go to frame "option"
  7.     end if
  8. end if